Skip to main content

Retrieve monitors with specific alert severity

GET 

/query/objects/severity

Call this API to obtain a list of monitors that have alerts matching the severity level specified in the severity parameter.

Request

Query Parameters

    severity stringrequired

    Specifies the severity of alerts to filter the list of monitors. Only monitors with alerts matching the provided severity will be returned. Valid values include the various alert's severity levels. The possible values for severity are as follows: 'Clear','Major','Warning','Critical','Down', and 'Unreachable'

Responses

Successful response. The request was successful and the response contains a list of monitors with the specified alert severity.

Schema
    result object[]
  • Array [
  • id integer
    object.name integer
    severity string
  • ]
Loading...